home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / GPC2952B.ZIP / doc / gpc / docdemos / callc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-09  |  219 b   |  7 lines

  1. /* Actually, we wouldn't need this header file, and could instead
  2.    put these prototypes into callc.c, unless we want to use callc.c
  3.    also from other C source files. */
  4.  
  5. extern int foo;
  6. extern void bar (void);
  7.